From 451e145fc633edaec95949d84238f56abe23a948 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 21 Feb 2019 16:02:24 +0000 Subject: [PATCH] debian/rules: Fix tiny typo Signed-off-by: Ian Jackson --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index d6a626430e..6a4a5e19dc 100755 --- a/debian/rules +++ b/debian/rules @@ -224,7 +224,7 @@ override_dh_auto_install: $(TEMPLATED_FILES) @# be in /usr/lib/, not /usr/share. mv $t/usr/share/pkgconfig $t/usr/lib/$(DEB_HOST_MULTIARCH)/ : - @# Inexplicably, upstream pots the efi binares in usr/lib64 + @# Inexplicably, upstream puts the efi binares in usr/lib64 case $(flavour) in \ armhf) ;; \ *) mv $t/usr/lib64/efi/* $t/boot/. ;; \ -- 2.30.2